From 5640ff3909791c2a7529616e1a043dcc952b39db Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 19 Oct 2001 19:46:49 +0000 Subject: [PATCH] Export GtkIMContextSimple publically. (#61862) Fri Oct 19 15:34:06 2001 Owen Taylor * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862) --- gtk/Makefile.am | 2 +- gtk/gtk.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 637db46165..294ff9910a 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -100,6 +100,7 @@ gtk_public_h_sources = @STRIP_BEGIN@ \ gtkimage.h \ gtkimagemenuitem.h \ gtkimcontext.h \ + gtkimcontextsimple.h \ gtkimmodule.h \ gtkimmulticontext.h \ gtkinputdialog.h \ @@ -257,7 +258,6 @@ gtk_c_sources = @STRIP_BEGIN@ \ gtkimagemenuitem.c \ gtkimcontext.c \ gtkimcontextsimple.c \ - gtkimcontextsimple.h \ gtkimmodule.c \ gtkimmulticontext.c \ gtkinputdialog.c \ diff --git a/gtk/gtk.h b/gtk/gtk.h index 2c20d0b2d6..d7d802973d 100644 --- a/gtk/gtk.h +++ b/gtk/gtk.h @@ -81,6 +81,7 @@ #include #include #include +#include #include #include #include -- 2.30.2